projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1270d7c
)
Recognize temporary crontab files.
author
Dave Love
<fx@gnu.org>
Tue, 5 Oct 1999 11:41:48 +0000
(11:41 +0000)
committer
Dave Love
<fx@gnu.org>
Tue, 5 Oct 1999 11:41:48 +0000
(11:41 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 144d79da28e090b2631ff3273c3854c60ac58ad8..ca6e7ec9f79ad793f6d4e1be8ff618e244792067 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-1372,6
+1372,7
@@
in that case, this function acts as if `enable-local-variables' were t."
;; _emacs following a directory delimiter
;; in MsDos syntax
("[:/]_emacs\\'" . emacs-lisp-mode)
+ ("/crontab\\.X*[0-9]+\\'" . shell-script-mode)
("\\.ml\\'" . lisp-mode)
("\\.asn$" . snmp-mode)
("\\.mib$" . snmp-mode)